| 1. | Lkcc , a linux kernel concurrent communication mechanism , uses object transfer protocol to send and receive data 。 in order to improving system processing capability and to response client requests , session mechanism is changed ; because a great of source have several copy , multi - send is added ; because dps often has great load , some emergent message cannot be send duly ; capability of system is depressed , message pri is added to lkcc 为了改善系统的性能和满足用户的需求,将原来otp协议中会话的一一应答改成了组应答方式;由于dps系统的资源存在多个副本,所以在lkcc中加入了组播功能;又因为当系统繁忙时,某些紧急数据得不到优先发送,降低了系统的性能,所以本文又实现了对紧急数据的优先发送。 |